]> git.sesse.net Git - backup.sh/history - backup.sh
Move the directory argument last, since --exclude-from is a positional argument in...
[backup.sh] / backup.sh
2020-04-05 Steinar H. GundersonMove the directory argument last, since --exclude-from... master
2018-12-09 Steinar H. GundersonSupport changing compressors (e.g. to get zstd or xz).
2016-10-15 Steinar H. GundersonRename “daglig” backup to “daily”.
2016-10-15 Steinar H. GundersonMove from configuration in various scattered single...
2016-10-15 Steinar H. GundersonDeal with nice and/or ionice not existing on the target...
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. GundersonRevert "Support switching out cat for something that...
2014-10-08 Steinar H. GundersonSupport switching out cat for something that e.g. encry...
2014-10-08 Steinar H. GundersonBe more consistent about ssh and scp options.
2014-10-08 Steinar H. GundersonFix a bug where the lock file would be removed if seen...
2014-10-07 Steinar H. GundersonMake it possible to have the script use other directori...
2014-10-06 Steinar H. GundersonSome minor fixes for non-privileged backup.
2014-10-06 Steinar H. GundersonFuse backup-nonpriv.sh into backup.sh.
2014-10-06 Steinar H. GundersonKill the sdx files; they are not very useful.
2014-10-05 Steinar H. GundersonSmall logging tweaks.
2014-10-05 Steinar H. GundersonFix a stray \\n in a message.
2014-10-05 Steinar H. GundersonSlightly more consistent names for the .snar files.
2014-10-05 Steinar H. GundersonUnify logging a bit.
2014-10-05 Steinar H. GundersonRemove strange backtick usage.
2014-10-05 Steinar H. GundersonMore if/then consistency fixes.
2014-10-05 Steinar H. GundersonDo not create .date before the backup is done.
2014-10-05 Steinar H. GundersonOutput something even if we succeeded.
2014-10-05 Steinar H. GundersonAnother fix for non-snapshot backups.
2014-10-05 Steinar H. GundersonFix a typo.
2014-10-05 Steinar H. GundersonIf .date becomes invalid, revert to full backup.
2014-10-05 Steinar H. GundersonDo not try to get .incremental.snar if we did a date...
2014-10-04 Steinar H. GundersonSupport different maxnumfull per-filesystem.
2014-10-04 Steinar H. GundersonSlightly more consistent coding style.
2014-10-04 Steinar H. GundersonUnify logging a bit.
2014-10-04 Steinar H. GundersonThis comment does not really make any sense.
2014-10-04 Steinar H. GundersonAlways assume /root exists for root, instead of trying...
2014-10-04 Steinar H. GundersonDelete lockfile on abort; we should try again automatic...
2014-10-04 Steinar H. GundersonEnglishify a bit more.
2014-10-04 Steinar H. GundersonReindent everything, so that we are not stuck with...
2014-10-04 Steinar H. GundersonEnglishify a bit.
2014-10-04 Steinar H. Gundersonreport.sh is no longer in use, so remove it.
2014-10-04 Steinar H. GundersonSome minor cleanups.
2014-10-04 Steinar H. GundersonSupport native GNU tar incremental backups instead...
2014-10-04 Steinar H. GundersonRemove the $backuplevel = incremental test; nothing...
2014-10-04 Steinar H. GundersonUse pigz if it is available, for less CPU-bound operation.
2014-10-04 Steinar H. GundersonWhen we run out of disk, do not count that as success.
2014-10-04 Steinar H. GundersonRemove now-obsolete comment.
2014-10-04 Steinar H. GundersonMake the error message when /backup is missing slightly...
2014-10-04 Steinar H. GundersonRemove obsolete remotestat stuff.
2014-10-04 Steinar H. GundersonRemove the built-in forking support; take that from...
2013-10-03 rootAdd .lastbackup
2012-07-16 rootFix mkdir for glob behavior of newer bash.
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-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 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 rootNow checks wether we actually can SSH to the computer...
2007-07-24 rootAner ikke hvem som har glemt å commite, jeg committer...
2003-01-11 rootprøver å spare diskplass.
2002-08-21 rootincrease full backup numbers
2001-09-10 rootser ut som -z opsjonen til bash vil ha " rundt strengen
2001-06-13 rootbare tatt med en du -k etter backup
2001-03-02 root*** empty log message ***
2001-03-02 rootprøver med C til tar for å sette katalog istedenfor...
2001-02-27 rootflyttet /tmp/.backup til ~/.backup
2000-11-22 root*** empty log message ***
2000-11-22 root*** empty log message ***
2000-11-22 root*** empty log message ***
2000-11-21 rootlagt inn forsøk på støtte for env-fil. tenkte å ha...
2000-11-11 rootlitt komentarer
2000-11-10 rootflyttet .name filene
2000-11-10 root*** empty log message ***
next