linux-timemachine icon indicating copy to clipboard operation
linux-timemachine copied to clipboard

Rsync-based OSX-like time machine for Linux, MacOS and BSD for atomic and resumable local and remote backups

Results 13 linux-timemachine issues
Sort by recently updated
recently updated
newest added

I have restricted the commands SSH users can run to only [`rrsync`](https://download.samba.org/pub/rsync/rrsync.1) using the `command` options in the SSH `authorized_keys` file. With `rrsync` I can allow access to only a...

question

I encountered a situation, where backups never finish, leaving the `in_progress` directory always there. After analysing, the culprit seemed to be a specific file, which had `0000` permissions set. Changing...

I'm very glad I found your project! - I like it very much. please, enable multiple sources like rsync does: `rsync SRC... [DEST]` reasons: I have multiple SOURCE dirs which...

To successfully complete a `timemachine` backup of my Ubuntu home directory, I had to **exclude** certain special files which can't be backupped. I maintain an `--exclude-from` file, to get my...

Thank you for linux-timemachine. Exactly what I was looking for. I like the focus on testing. I want to use timemachine on MacOS13 and want to run all tests before...

Considering that I can pass this option simply like this when using rsync directly... ``` # rsync -r --filter='dir-merge /.rsync-filter' ``` , it seems like a surprising behavior that when...

Auto-add `--filter='dir-merge /.rsync-filter'` (which is also available with `-F`) so users don't have to go out of their way to manually add that option: ``` -F The -F option is...

… instead of the error-prone way of building the command as a string. This prevents the need to double quote extra args for rsync (#84).

I am trying to backup the `/User/user01/Library` using `rsync` (via the linux-timemachine wrapper `https://github.com/cytopia/linux-timemachine`) to an external hard drive `Volumes/name_of_backup` logged in as `user01`. During the backup I get the...

In v1.3.2, I have found that errors are encountered from - remote paths with spaces - rsync arguments containing paths with spaces Here is the behavior in Ubunty 20.04.6: `$...