Harald Welte
|
260f4786c0
|
HACK: create install-client.sh as 'install.sh client' is broken
|
6 years ago |
Harald Welte
|
73d86aeb20
|
client: don't exclude "*" by default. This belongs in config file.
|
6 years ago |
Janek Bevendorff
|
0cc469f2b5
|
Add logger to DSM dependencies
|
6 years ago |
Janek Bevendorff
|
a8b36864e6
|
Replace ipkg with opkg
|
6 years ago |
Janek Bevendorff
|
c7427cf61d
|
Add comment explaining default rsync settings better
|
6 years ago |
Janek Bevendorff
|
0a3d0cff18
|
Add --block-size setting to default config to avoid hangs when backing up large files
|
6 years ago |
Janek Bevendorff
|
8416d9a088
|
Bump version to 0.3.0
|
7 years ago |
Janek Bevendorff
|
4f35991986
|
Implement pre and post hooks, resolves #10
|
7 years ago |
Janek Bevendorff
|
51f514506c
|
Add note about logging and chroot
|
7 years ago |
Janek Bevendorff
|
5f03542d07
|
Log backup success and failure
|
7 years ago |
Janek Bevendorff
|
1a0c1b984f
|
Add logging
|
7 years ago |
Janek Bevendorff
|
78853b7703
|
Fix /tmp logfile fallback path
|
7 years ago |
Janek Bevendorff
|
fbe3702c90
|
Remove LOG_FILE and USER_LOG_FILE config directives and allow user to force logging into specific file instead of syslog by using the --log-file parameter
|
7 years ago |
Janek Bevendorff
|
f22b634607
|
Add color formatting to console output
|
7 years ago |
Janek Bevendorff
|
0f1b35e57c
|
Use syslog for logging if available
|
7 years ago |
Janek Bevendorff
|
4b84ad5997
|
Make rs-rm command more generic
|
7 years ago |
Janek Bevendorff
|
2c4d2915e5
|
Fix regexp
|
7 years ago |
Janek Bevendorff
|
52d0a17cae
|
Add upgrade progress status message
|
7 years ago |
Janek Bevendorff
|
9c9eb7b98a
|
Update rm and cp paths in global rsnapshot config when upgrading from older version
|
7 years ago |
Janek Bevendorff
|
3fae0fa63a
|
Use /usr/bin/rm also on Synology, add wrapper for /usr/bin/rm for deleting files in read-only directories
|
7 years ago |
Janek Bevendorff
|
e68fed9277
|
Fix desktop notification not shown when DBUS_SESSION_BUS_ADDRESS environment variable is not set
|
7 years ago |
Janek Bevendorff
|
18a2cc2774
|
Update version to 0.2.6
|
7 years ago |
Janek Bevendorff
|
2ac6c3fb6c
|
util-linux-ng still needed on DSM 6.x for logger binary
|
7 years ago |
Janek Bevendorff
|
fe570455cf
|
Update dates in license headers
|
7 years ago |
Janek Bevendorff
|
6ba2d541fa
|
Use bash instead of POSIX shell, since scripts aren't POSIX-compliant anyway. Fixes issue #7
|
7 years ago |
Janek Bevendorff
|
585cfa4a81
|
Also try /usr/lib/openssh/sftp-server
Suggested by kmyid <591fdb4a16 >
|
7 years ago |
Janek Bevendorff
|
d6e66ec303
|
Add chroot SSHD config
|
7 years ago |
Janek Bevendorff
|
0f0f43fc47
|
Add bind option to remounts
|
7 years ago |
Janek Bevendorff
|
71a5983d27
|
Update mount listing
|
7 years ago |
Janek Bevendorff
|
5da9c7f6a7
|
Update README for Synology DSM 6.x
|
7 years ago |
Janek Bevendorff
|
e9dc07e3e2
|
Bump version to 0.2.5
|
8 years ago |
Janek Bevendorff
|
0f1cb0be0d
|
Update README to include documentation about systemd timer
|
8 years ago |
Janek Bevendorff
|
c502982cac
|
Add systemd service and timer for client
|
8 years ago |
Janek Bevendorff
|
785c0245f0
|
Simplify code
|
8 years ago |
Janek Bevendorff
|
a87b975a72
|
Bump version to 0.2.4
|
8 years ago |
Janek Bevendorff
|
fea3b8e4cd
|
Fix SFTP not working for non-standard sftp-server locations
|
8 years ago |
Janek Bevendorff
|
8b7a244c27
|
Share version information between client and server scripts and update to 0.2.3
|
8 years ago |
Janek Bevendorff
|
876a1968da
|
Copy updated config file to /etc/rs-backup/client-config.new if contents differ
|
8 years ago |
Janek Bevendorff
|
0e70386f81
|
Change default user include file location to .rs-backup/include
|
8 years ago |
Janek Bevendorff
|
c02c79108e
|
Ignore log and runfiles
|
8 years ago |
Janek Bevendorff
|
62a83a2a6c
|
Only log error messages from rsync, not the whole file list
|
8 years ago |
Janek Bevendorff
|
d70dda84e3
|
Handle external interrupts through SIGHUP, SIGINT and SIGTERM
|
8 years ago |
Janek Bevendorff
|
3ee4d4b71e
|
Fix inconsistent path in rsnapshot config template, resolves issue #9
|
8 years ago |
Janek Bevendorff
|
5f85b35a22
|
Avoid using BusyBox stat on Synology DSM
|
8 years ago |
Janek Bevendorff
|
f3182973d9
|
Replace parsed `ls` with `stat` - less portable, but safe
|
8 years ago |
Janek Bevendorff
|
75d2c11ace
|
Fix error when no display number present in janek :0 2014-11-10 15:56
janek pts/0 2014-11-10 15:57 (:0)
janek pts/1 2014-11-10 15:57 (:0) output, closes #8
|
9 years ago |
Janek Bevendorff
|
181b05d116
|
Make read-only bind mount work with unpatched kernels (i.e. uglify mount commands by a lot)
|
9 years ago |
Janek Bevendorff
|
755f2c62a0
|
Add ro mount option to bind mounts as extra security measure
|
9 years ago |
Janek Bevendorff
|
801366d781
|
Re-add /bin to chroot mounts
|
9 years ago |
Janek Bevendorff
|
b5cd13472f
|
Update README.md
Remove trailing slash from /etc/fstab
|
9 years ago |