summaryrefslogtreecommitdiff
path: root/rybackup.py
AgeCommit message (Collapse)AuthorFiles
2012-04-26rybackup: update Arch Linux touch locationAdrian C. (anrxc)1
2012-02-15rybackup: update Arch Linux grep locationAdrian C. (anrxc)1
2011-04-12rybackup: update copyright and remove missleading excludeAdrian C. (anrxc)1
2010-09-05rybackup: cleanup crontab samplesAdrian C. (anrxc)1
2010-07-27rybackup: ignore eCryptfs mounts on non-hourly intervalsAdrian C. (anrxc)1
2010-06-12rybackup: recover from early eCryptfs mountsAdrian C. (anrxc)1
2010-06-03rybackup: clarify unmounting reasonsAdrian C. (anrxc)1
Backup destination should only be writeable during backup, rybackup unmounts (or it could at least remount as ro). Autofs is nice, works good with NFS, but backup export should not be handled by it - so there is no option to skip mount() all together. At least not in the script as it is distributed.
2010-06-03rybackup: allow fstab mounts and sshfsAdrian C. (anrxc)1
Omitting all remote settings the mount command in the end calls only: "mount /mnt/destination". Also, by using "fuse" as remote fs-type and "sshfs#user@server:" as dev we should be able to perform sshfs mounts (port if needed can be specified in the options like: "port=portnum").
2010-05-30rybackup: arg for function arguments, not valAdrian C. (anrxc)1
2010-05-29rybackup: mount options can be omittedAdrian C. (anrxc)1
2010-05-29rybackup: imported first versionAdrian C. (anrxc)1