Hi,

I currently use a program called copywhiz on windows that backs up any files or directories created after a certain date to a usb hard drive and runs once a day.

I want to transition fully to Linux. Is there any easy to use software that works on Linux that can do this?

P.S. I have tried creating a bash script to do this but for some reason it has trouble with the date part. So a software solution would be prefered.

  • BoofStroke@lemm.ee
    cake
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    I use Borg to my nas, then rclone that to rsync.net. With Borg if you need the remote copy, you can interact with it directly.

    You can, of course, Borg directly to rsync.net. You can also use rsync instead and let their ZFS snapshots do retention for you.