]> git.sesse.net Git - backup.sh/shortlog
backup.sh
2014-12-22 rootFor encrypted backup, do not ask GPG to compress alread... origin/HEAD origin/master
2014-10-14 rootCompress PITR backups every night.
2014-10-14 rootFix a typo that would cause maxfull to be 0 sometimes.
2014-10-12 rootskruebackup is no longer in use
2014-10-08 Steinar H.... Revert "Support switching out cat for something that...
2014-10-08 Steinar H.... Support switching out cat for something that e.g. encry...
2014-10-08 Steinar H.... Be more consistent about ssh and scp options.
2014-10-08 Steinar H.... Fix a bug where the lock file would be removed if seen...
2014-10-07 Steinar H.... Make it possible to have the script use other directori...
2014-10-06 Steinar H.... Add an example script for the other side of non-privile...
2014-10-06 Steinar H.... Some minor fixes for non-privileged backup.
2014-10-06 Steinar H.... Fuse backup-nonpriv.sh into backup.sh.
2014-10-06 Steinar H.... Kill the sdx files; they are not very useful.
2014-10-05 Steinar H.... Update README.
2014-10-05 Steinar H.... Small logging tweaks.
2014-10-05 Steinar H.... Add a wrapper script for running everything in parallel...
2014-10-05 Steinar H.... Fix a stray \\n in a message.
2014-10-05 Steinar H.... Slightly more consistent names for the .snar files.
2014-10-05 Steinar H.... Unify logging a bit.
2014-10-05 Steinar H.... Remove strange backtick usage.
2014-10-05 Steinar H.... More if/then consistency fixes.
2014-10-05 Steinar H.... Do not create .date before the backup is done.
2014-10-05 Steinar H.... Output something even if we succeeded.
2014-10-05 Steinar H.... Another fix for non-snapshot backups.
2014-10-05 Steinar H.... Fix a typo.
2014-10-05 Steinar H.... If .date becomes invalid, revert to full backup.
2014-10-05 Steinar H.... Do not try to get .incremental.snar if we did a date...
2014-10-04 Steinar H.... Support different maxnumfull per-filesystem.
2014-10-04 Steinar H.... Slightly more consistent coding style.
2014-10-04 Steinar H.... Unify logging a bit.
2014-10-04 Steinar H.... This comment does not really make any sense.
2014-10-04 Steinar H.... Always assume /root exists for root, instead of trying...
2014-10-04 Steinar H.... Delete lockfile on abort; we should try again automatic...
2014-10-04 Steinar H.... Englishify a bit more.
2014-10-04 Steinar H.... Reindent everything, so that we are not stuck with...
2014-10-04 Steinar H.... Englishify a bit.
2014-10-04 Steinar H.... report.sh is no longer in use, so remove it.
2014-10-04 Steinar H.... Some minor cleanups.
2014-10-04 Steinar H.... Support native GNU tar incremental backups instead...
2014-10-04 Steinar H.... Remove the $backuplevel = incremental test; nothing...
2014-10-04 Steinar H.... Use pigz if it is available, for less CPU-bound operation.
2014-10-04 Steinar H.... When we run out of disk, do not count that as success.
2014-10-04 Steinar H.... Remove now-obsolete comment.
2014-10-04 Steinar H.... Make the error message when /backup is missing slightly...
2014-10-04 Steinar H.... Remove obsolete remotestat stuff.
2014-10-04 Steinar H.... Remove the built-in forking support; take that from...
2014-10-04 Steinar H.... Spelling fixes.
2014-10-04 rootRemove useless TODO.
2014-10-04 rootAdd files that were never in RCS.
2014-10-04 rootMissing changes after RCS import.
2013-10-03 rootAdd .lastbackup
2012-07-16 rootFix mkdir for glob behavior of newer bash.
2012-07-16 rootFix behavior with newer tail.
2012-07-16 rootSome minor changes that were done without checking...
2010-10-05 rootFix some Norwenglish.
2010-10-05 rootTake backup at lowest possible (non-idle) CPU priority...
2010-10-05 rootAll of our machines use regular tar as tar now; remove...
2010-01-13 rootComment out debug statement that causes noise in cron...
2009-12-05 rootImplement staggered full backup.
2009-12-05 rootFix outdated comment.
2009-12-05 rootFix some evil && and || use.
2008-04-03 rootUsing -k 2 rather than +2 for sorting by column 2
2008-02-14 rootPID in lockfile, also prints when exists before run.
2008-01-14 rootFix sdx/idx-filename
2007-12-22 rootPut PID of backup script in lockfile.
2007-12-17 rootTODOs fixed, known issues listed
2007-12-17 rootsdx is now sorted on file name
2007-12-17 rootwe use gzip
2007-12-17 rootnow uses pee instead of tee to speed up idx file creation
2007-12-17 rootCosmetic cleanups: Better comments, logging and configu...
2007-12-17 rootLog in English
2007-12-17 rootnow run backups in parallell again
2007-12-16 rootAdded a few TODOs.
2007-08-17 rootfikset backupscript til å varsle dersom målfilesystemet...
2007-08-15 rootLog to both stderr and stdout
2007-08-15 rootsort and tail now uses a slightly different syntax...
2007-08-15 rootCheck for non-zero tar file instead of errors from...
2007-07-31 rootCorrect logic on evaluating and running {pre,post}exec
2007-07-29 rootImportant note
2007-07-29 rootWarn on {pre,Ãpost}exec failures
2007-07-27 rootcontinue er ikke det samme som break, nei.
2007-07-27 rootStøtter nå å kjøre som ikke-root.
2007-07-26 rootting kjører i parallell
2007-07-26 rootLots of log message fixing, now prints nothing on stdou...
2007-07-26 rootLess forks!
2007-07-26 rootBetter handling of return value.
2007-07-26 rootRemove lockfile on successful ending (-:
2007-07-26 rootNow implements locking and catch of SIGINT and SIGTERM
2007-07-26 rootVarious bug fixes and improvements
2007-07-25 sesseDrop -c blowfish; it's slower than the default (AES).
2007-07-25 sesseUse --one-file-system instead of -l, since the latter...
2007-07-25 rootInitial revision
2007-07-25 rootNow checks wether we actually can SSH to the computer...
2007-07-24 rootAner ikke hvem som har glemt å commite, jeg committer...
2006-02-04 rootFixed "socket ignored" bug. Script dumps error to ...
2006-02-03 rootAdded sortet file list and chmod for files.
2005-09-05 rootLa til exclude av nx-chroot/tmp - akai
2005-09-05 rootInitial revision
2003-01-11 rootprøver å spare diskplass.
2002-08-21 rootincrease full backup numbers
next